breadth first search

Terms from Artificial Intelligence: humans at the heart of algorithms

In breadth first search of a search tree, one prgresses by first of all looking at all of the nodes at level 1 (one step form the root), then all the nodes at level 2, etc.

Used on pages 63, 65, 78

Also known as breadth first, breadth first

Breadth first search -- order of visiting nodes